\(\int \frac {(c x^2)^{3/2}}{x^3 (a+b x)} \, dx\) [864]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 20, antiderivative size = 23 \[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=\frac {c \sqrt {c x^2} \log (a+b x)}{b x} \]

[Out]

c*ln(b*x+a)*(c*x^2)^(1/2)/b/x

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {15, 31} \[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=\frac {c \sqrt {c x^2} \log (a+b x)}{b x} \]

[In]

Int[(c*x^2)^(3/2)/(x^3*(a + b*x)),x]

[Out]

(c*Sqrt[c*x^2]*Log[a + b*x])/(b*x)

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[a^IntPart[m]*((a*x^n)^FracPart[m]/x^(n*FracPart[m])), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps \begin{align*} \text {integral}& = \frac {\left (c \sqrt {c x^2}\right ) \int \frac {1}{a+b x} \, dx}{x} \\ & = \frac {c \sqrt {c x^2} \log (a+b x)}{b x} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 22, normalized size of antiderivative = 0.96 \[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=\frac {\left (c x^2\right )^{3/2} \log (a+b x)}{b x^3} \]

[In]

Integrate[(c*x^2)^(3/2)/(x^3*(a + b*x)),x]

[Out]

((c*x^2)^(3/2)*Log[a + b*x])/(b*x^3)

Maple [A] (verified)

Time = 0.24 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.91

method result size
default \(\frac {\left (c \,x^{2}\right )^{\frac {3}{2}} \ln \left (b x +a \right )}{x^{3} b}\) \(21\)
risch \(\frac {c \ln \left (b x +a \right ) \sqrt {c \,x^{2}}}{b x}\) \(22\)

[In]

int((c*x^2)^(3/2)/x^3/(b*x+a),x,method=_RETURNVERBOSE)

[Out]

(c*x^2)^(3/2)/x^3*ln(b*x+a)/b

Fricas [A] (verification not implemented)

none

Time = 0.22 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.91 \[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=\frac {\sqrt {c x^{2}} c \log \left (b x + a\right )}{b x} \]

[In]

integrate((c*x^2)^(3/2)/x^3/(b*x+a),x, algorithm="fricas")

[Out]

sqrt(c*x^2)*c*log(b*x + a)/(b*x)

Sympy [F]

\[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=\int \frac {\left (c x^{2}\right )^{\frac {3}{2}}}{x^{3} \left (a + b x\right )}\, dx \]

[In]

integrate((c*x**2)**(3/2)/x**3/(b*x+a),x)

[Out]

Integral((c*x**2)**(3/2)/(x**3*(a + b*x)), x)

Maxima [A] (verification not implemented)

none

Time = 0.21 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.57 \[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=\frac {c^{\frac {3}{2}} \log \left (b x + a\right )}{b} \]

[In]

integrate((c*x^2)^(3/2)/x^3/(b*x+a),x, algorithm="maxima")

[Out]

c^(3/2)*log(b*x + a)/b

Giac [A] (verification not implemented)

none

Time = 0.30 (sec) , antiderivative size = 28, normalized size of antiderivative = 1.22 \[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=c^{\frac {3}{2}} {\left (\frac {\log \left ({\left | b x + a \right |}\right ) \mathrm {sgn}\left (x\right )}{b} - \frac {\log \left ({\left | a \right |}\right ) \mathrm {sgn}\left (x\right )}{b}\right )} \]

[In]

integrate((c*x^2)^(3/2)/x^3/(b*x+a),x, algorithm="giac")

[Out]

c^(3/2)*(log(abs(b*x + a))*sgn(x)/b - log(abs(a))*sgn(x)/b)

Mupad [F(-1)]

Timed out. \[ \int \frac {\left (c x^2\right )^{3/2}}{x^3 (a+b x)} \, dx=\int \frac {{\left (c\,x^2\right )}^{3/2}}{x^3\,\left (a+b\,x\right )} \,d x \]

[In]

int((c*x^2)^(3/2)/(x^3*(a + b*x)),x)

[Out]

int((c*x^2)^(3/2)/(x^3*(a + b*x)), x)